You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > LogicalNot Method > VectorInt.LogicalNot Method ([In] TMtxVecInt, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.LogicalNot Method ([In] TMtxVecInt, int, int, int)

Apply logical "not" to Src elements and store the result in Self (this).

Syntax
C#
Visual Basic
public TMtxVecInt LogicalNot([In] TMtxVecInt Src, int SrcIndex, int Index, int Len);

the result of logical "not" of Src values [SrcIndex]..[SrcIndex+Len-1] stored in Self (this) values [Index]..[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!